home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / gfx / opal / Book.lha / BookNBox.ReadIt! < prev    next >
Text File  |  1992-11-13  |  2KB  |  44 lines

  1.  
  2.                                 Book 'n Box!
  3.  
  4.     Two Arexx scripts for OpalPaint v1.1 by Carmen Rizzolo - 11/13/92
  5.  
  6.  
  7.  
  8.     These scripts are nearly useless.  They're a nice novelty (Brag
  9. how fast you can draw a book, and make bets! :) ) and it was a nice way
  10. for me to get my feet wet with using OpalPaint with Arexx.
  11.     The Box script was merely a spawning from the Book script.  And
  12. it's even more useless than the Book script!
  13.  
  14. -- INSTALLATION -----------------------------------------------------
  15.  
  16.     Carefully copy the two scripts (Book.oprx and Box.oprx) into your
  17. Rexx: directory.  If you're using Workbench 2.0 and don't know where
  18. your Rexx: directory is, you'll find it doubles are your S:
  19. directory.  I made a seperate drawer and altered the assignment
  20. because I've got lots 'o Arexx scripts and I didn't want to clutter
  21. my S: directory.
  22.  
  23.     Then, in OpalPaint 1.x, click on the "Arexx Control" button in
  24. the Extras area.  Click on a field and enter "Book.oprx" in one, and
  25. "Box.oprx" in another.  Then when you're back in paint mode, hit
  26. Amiga- Fn (Or whatever F-key you assigned the script to) and just
  27. follow the intructions.  Couldn't be easier!  Have fun!
  28.  
  29. -- A WORD ABOUT SHADOWS ---------------------------------------------
  30.  
  31.     I took special attention on the part of the script(s) that deal
  32. with drawing a drop shadow.  In most cases, Only a portion of the
  33. drop shadow is visible when the drawing is complete.  So ONLY THAT
  34. PORTION is drawn, unless the shadow is so far away that the object
  35. doesn't doesn't overlap.  This is a bit of a time saver.
  36.     Unless I looking hard enough, there isn't a way for Arexx to
  37. alter the Transparency percentage (Someone PLEEEZ tell me what it
  38. is if they find it!).  So before you activate the script(s),
  39. you might want to manually go in there and adjust it to taste.
  40. I like it around 75.  The default of 50 is a little too salty for me.
  41.  
  42.  
  43.                                      Carmen Rizzolo
  44.